'Declaration Public Overridable Function CanGroup( _ ByVal ParamArray groupDescriptions() As GroupDescription _ ) As Boolean
public virtual bool CanGroup( params GroupDescription[] groupDescriptions )
Parameters
- groupDescriptions
- The group descriptions that determine how the data would be grouped.